home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / DEF / Define / Midi / def-channel next >
Text File  |  1998-10-23  |  970b  |  16 lines

  1. def-channel <instruments&channels>
  2.  
  3. Describes instrument channels. Default gives the same value for all instruments and for those that are not defined. If the value is quoted list, it is associated directly to the instrument name, otherwise the evaluated value is used. If no def-channel is performed, all notes go to channel 1.
  4.  
  5. (def-channel
  6.    piano 1               ; send at the beginning of a track
  7.    sax '((2) (3) (4 5))  ; send at the beginnig of a new zone
  8.                          ; 3rd zone has channel changes for each note
  9.                          ; and channels 4 and 5 repeat endlessly during
  10.                          ; this zone, then if there are more zones this
  11.                          ; whole pattern repeats
  12.    bass '((1 2 3) (4 5)) ; each zone has channels for each notes, etc.
  13. )
  14.  
  15. The instrument can be a single instrument, or instrument group defined with def-orchestra. The properties are inherited to all sub-groups and instruments of the group.
  16.